







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets a read-only collection of all the values in the dictionary.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
| C# |
|---|
public virtual ICollection<TValue> Values{ get;} |
| Visual Basic (Declaration) |
|---|
Public Overridable ReadOnly Property Values As ICollection(Of TValue) |
| Visual C++ |
|---|
public: virtual property ICollection<TValue>^ Values { ICollection<TValue>^ get (); } |
